GtkIconTheme: Don't treat svg icons specially
authorMatthias Clasen <mclasen@redhat.com>
Sat, 14 Jun 2014 15:19:12 +0000 (11:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 14 Jun 2014 19:10:49 +0000 (15:10 -0400)
commitfea939b3d75a97ded2e631235644500fcc2301cf
tree96b270aaf55b21574d11eae49a775338739cd70a
parent84cf748eae1f21e2b78b8e330a53ee12a308e32f
GtkIconTheme: Don't treat svg icons specially

This changes makes svg icons go through the same scale calculation
code as png icons. As a consequence, an svg that is put into the
32x32 directory will actually be loaded at size 32, even if it
gets requested at a bigger size. This will let us avoid giant
spinners.

https://bugzilla.gnome.org/show_bug.cgi?id=731658
gtk/gtkicontheme.c